home *** CD-ROM | disk | FTP | other *** search
/ Material Dictionary 112:…okohama - Business Cities / Material Dictionary 112: Tokyo & Yokohama - Business Cities.iso / pc / sozai.exe / sozai.dxr / 00007_QUIT.ls < prev    next >
Encoding:
Text File  |  1999-12-14  |  89 b   |  8 lines

  1. on mouseDown
  2.   buttondown()
  3.   if not (the result) then
  4.     exit
  5.   end if
  6.   go("End")
  7. end
  8.